github.com/golang/mock/gomock.inAnyOrderMatcher.x (field)

6 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L101: 	x interface{}
		matchers.go#L106: 	if e.x == nil || x == nil {
		matchers.go#L107: 		return reflect.DeepEqual(e.x, x)
		matchers.go#L111: 	x1Val := reflect.ValueOf(e.x)
		matchers.go#L123: 	return fmt.Sprintf("is equal to %v (%T)", e.x, e.x)